/*
 * =Structure
 */
.l-header h1 {
    font-size: 2.7em;
    overflow: hidden;
    position: absolute;
    height: 141px;
    width: 163px
}
.l-header h1 b {
    display: block;
    height: 150px;
    overflow: hidden
}

.l-header h1 span {
    color: #c60b46;
    display: block;
    font-size: .4em;
    font-weight: 400;
    padding: 0 10px 0 0;
    text-align: right;
    cursor: pointer;
}

.l-header h1 i {
    background: url(/bitrix_personal/templates/[RU]SoftlineTV-Content/images/logo_sltv_white.png) no-repeat 0 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 141px;
    width: 163px;

    cursor: pointer;
}

A, .pseudolink {
	color:#0090bf;
}
.pseudolink{
	cursor: pointer;
	text-decoration: underline;
}
A.b-orange_link, .l-main A.b-orange_link, .orange, .tooltip_big A {
	color:#f57920;
}
A.b-black_link {
	color:#000;
}
A.b-blue_link {
	color:#0090bf;
}
A:hover, .pseudolink:hover {
	text-decoration:none;
}
.b-text {
	line-height:1.3;
}
.h2 {
	font-size:2em;
	line-height:1.2;
	color:#f57920;
	font-weight:normal;
	margin:0;
}
.h3_top {
	margin-bottom:.5em;
}
.h3 {
	font-size:1.5em;
	color:#0090bf;
	line-height:1.2;
	font-weight:normal;
}
.theme-title {
	padding-bottom:10px;
	color:black;
}
.h3_orange {
	font-size:1.5em;
	line-height:1.2;
	font-weight:normal;
	color:#f57920;
}
	.h3_orange A {
		color:#f57920;
	}
.b-content {
	color:#000;
	line-height:1.3;
	margin:20px 15px;
}
.b-content_top {
	margin:0 0 17px;
}
.b-content_title {
	margin-bottom:4px;
}
.b-content_add_title SPAN {
	color:#5c5c5c;
}
.b-content .b-block {
	margin:10px 0;
	line-height:1.5;
}
	.b-content .h3_orange, .b-content .h3 {
		margin:.7em 0;
	}
.b-content UL, .b-content OL {
	margin:.7em 0;
}
.b-content UL {
	list-style:disc inside;
}
.b-content OL {
	list-style:decimal inside;
}
.text {
	line-height:1.3;
}
HTML, BODY {
	height:100%;
	text-align:center;
}
BODY {
	padding:0;
	text-align:left;
	font:.75em/1 Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	min-width:1000px;
	background:#5c5c5c url('images/bg/page_bg.png') center top repeat-x;
	text-align:center;
}
.l-wrap {
	height:auto !important;
	min-height:100%;
	height:100%;
	width:1000px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:1;
	text-align:left;
	background:#fff;
}


/*
 * =Header
 */
.l-header {
	padding:12px 25px 8px;
}
	.b-logo {
		float:left;
		display:inline;
		margin:0 46px 0 12px;
	}
	.h-header_right {
		float:right;
		width:729px;
		overflow:hidden;
	}
		.h-header_right .b-banner_outer {
			height:auto !important;
			min-height:125px;
			height:125px;
			padding-top:1px;
			margin-top:-1px;
		}
		.h-header_right .b-banner {
			margin:23px 0 13px;
		}
	.b-banner {
		text-align:center;
	}
	.b-header_links {
		float:right;
	}
		.b-header_links LI {
			float:left;
		}
		.b-header_links A {
			margin-left:1px;
		}
		.b-header_links .b-orange_link {
			margin-left:22px;
		}
		.b-header_links .b-orange_link.b-authorized{
			margin-left:34px;
		}
	.b-header_add {
		overflow:hidden;
	}

/* Top menu > */
.h-topmenu {
	margin:5px 0;
	padding:0 0 0 25px;
	background:#262626;
	position:relative;
	z-index:2;
}
/* Top menu < */
.b-topmenu {
	/*width:708px;*/
}
.b-topmenu, .h-topmenu_item {
	float:left;
	display:inline;
}
	.h-topmenu_item {
		margin:0 0px;
	}
	.b-topmenu .b-topmenu_item {
		float:left;
		display:block;
		padding:5px 10px 6px;
		color:#fff;
		line-height:1;
		font-size:1.25em;
		position:relative;
		z-index:1;
	}
.b-topmenu .active .b-topmenu_item {
	background:#f57920;
	margin-top:-6px;
	padding-top:11px;
}
	.b-topmenu .active .b-topmenu_item .b-tl, .b-topmenu .active .b-topmenu_item .b-tr {
		width:9px;
		height:7px;
		background-position:0 0;
	}
	.b-topmenu .active .b-topmenu_item .b-tr {
		left:-9px;
		background-position:-9px 0;
	}
	.active .b-topmenu_item .b-bot_arr, .selected .b-bot_arr {
		top:auto;
		bottom:-5px;
		width:9px;
		height:5px;
		left:50%;
		margin-left:-4px;
		background-position:-18px 0;
	}
.b-submit_button {
	border-top:#9cd7ed 1px solid;
	border-bottom:#26a1ce 1px solid;
	background:#26a1ce;
	float:left;
}
	.b-submit_button INPUT {
		margin:0 -1px;
		padding:0;
		line-height:1;
		font-size:.92em;
		min-height:17px;
		border:0;
		background:url('images/bg/blue_button_bg.png') repeat-x;
		color:#fff;
		text-align:center;
	}
.b-corner {
	display:block;
	background:url('images/bg/corners.png') no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	font-size:0;
}
.b-tr, .b-br {
	margin-left:100%;
}
/*
 * =Main
 */
.l-main {
	padding:11px 25px 150px;
	position: relative;
	z-index: 3;
}
	.l-container {
		float:left;
		width:100%;
		margin-right:-100%;
	}
		.l-content {
			padding:0 250px 0 0;
			position:relative;
			z-index:1;
			color:#000;
		}
		.l-top_block {
			margin-top:-16px;
		}
			.l-top_block .b-main_tabs DD {
				margin-top:0;
			}
.b-gray_block {
	background:#5c5c5c;
	position:relative;
	z-index:1;
	margin-bottom:12px;
}
	.b-gray_block_in {
		padding:2px 10px 9px;
		color:#fff;
	}
	.b-gray_block .b-tr, .b-gray_block .b-tl, .b-gray_block .b-br, .b-gray_block .b-bl {
		width:9px;
		height:7px;
		background-position:-18px -7px;
		z-index:10;
	}
	.b-gray_block .b-tr, .b-gray_block .b-br {
		left:-9px;
	}
	.b-gray_block .b-br {
		background-position:-27px -14px;
	}
	.b-gray_block .b-tr {
		background-position:-27px -7px;
	}
	.b-gray_block .b-bl {
		background-position:-18px -14px;
	}
	.b-gray_block .b-bot {
		height:7px;
		margin-top:-7px;
		position:relative;
		z-index:1;
	}
	.b-gray_block .b-top {
		position:relative;
		display:block;
		z-index:10;
		height:7px;
	}
.b-block {
	margin-bottom:6px;
}
.b-block_left {
	float:left;
	display:inline;
	margin:0 10px 0 0;
	position:relative;
}
.b-block_right {
	float:right;
	display:inline;
	margin:0 0 0 10px;
	position:relative;
}
.b-block_descr {
	overflow:hidden;
	display:block;
}
.b-img_link {
	position:relative;
	z-index:1;
    width: 100%;
}
	.b-img_ico {
		position:absolute;
		width:17px;
		height:17px;
		right:3px;
		bottom:4px;
		background:url('images/bg/img_ico.png') no-repeat;
		z-index:10;
	}
.b-tabs .b-main_tabs .b-tab_content {
	padding:12px 12px 12px;
}
.b-1tab .b-main_tabs dt {
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
}
.l-main .b-all {
	color:#fff;
	text-decoration:none;
}
.b-all {
	float:right;
	display:inline;
	background:#f57920;
	color:#fff;
}
	.b-all i.b-top, .b-all i.b-bot {
		display:block;
		position:relative;
		z-index:1;
		height:10px;
		border:0;
		background:none;
	}
	.b-all i.b-bot {
		margin:-10px 0 0;
	}
	.b-all i.b-tl, .b-all i.b-tr, .b-all i.b-bl, .b-all i.b-br {
		position:absolute;
		width:10px;
		height:10px;
		background-position: -36px 0;
	}
	.b-all i.b-bl {
		background-position: -36px -10px;
	}
	.b-all i.b-tr, .b-all i.b-br {
		left:-10px;
		background-position: -46px 0;
	}
	.b-all i.b-br {
		background-position: -46px -10px;
	}
.b-all .b-all_content {
	display:block;
	position:relative;
	z-index:11;
	margin-top:-10px;
	padding:2px 12px 3px 12px;
	font-size:1.17em;
	color:#fff;
	line-height:1;
}
	.b-all .b-all_content SPAN {
		text-decoration:underline;
	}
	.b-all:hover .b-all_content SPAN {
		text-decoration:none;
	}
.b-tab_label {
	float:left;
	position:relative;
	z-index:3;
	font-size:1.17em;
	height:24px;
	line-height:24px;
	padding:0 10px 0 6px;
	color:#000;
}
HTML BODY .b-video_active .b-block_title A {
	color:#fff;
	background:#f57920;
	float:left;
	padding:4px 6px 5px;
}
HTML BODY .b-video_active .b-block_left {
	margin-right:4px;
}
HTML BODY .b-video_active .b-block_text {
	margin-left:6px;
}
HTML BODY .b-video_active .b-block_info {
	margin-left:6px;
}
HTML BODY .b-video_active .b-date {
	float:left;
	padding:4px 6px 5px;
	color:#000;
}
.b-add_comment {
	font-size:1.17em;
	color:#fff;
	background:#0090bf;
	margin:0 18px;
	text-align:center;
}
	.b-add_comment A {
		color:#fff;
		padding:3px 22px 5px;
		display:block;
	}
/*
 * =Sidebar
 */
.l-aside {
	float:right;
	width:239px;
	text-align:left;
	position:relative;
}

/*
 * Tabs
 */
.b-tabs {
	margin-bottom:17px;
	position:relative;
	z-index:1;
        clear: right;
}
.b-aside_tabs, .b-main_tabs {
	width:100%;
	overflow:hidden;
	margin:0;
	position:relative;
	z-index:5;
}
.b-aside_tab_content {
	/*overflow:hidden;*/
	line-height:1.33;
}
.b-aside_tabs dt, .b-main_tabs dt {
	float:left;
	display:inline;
	line-height:24px;
	height:24px;
	background:#5c5c5c;
	position:relative;
	color:#f0fafe;
	margin-left:1px;
	text-align:center;
	font-size:1.17em;
}
	.b-tabs dt span {
		vertical-align:top;
		line-height:1.6;
		position:relative;
		z-index:11;
	}
		.b-tabs dt span a {
			vertical-align:top;
			color:#fff;
			line-height:1.6;
			text-decoration:none;
		}
	.b-tabs .b-main_tabs dt span {
		padding:0 14px;
		text-align:center;
		text-indent:0;
		margin:0;
		float:left;
	}
	.b-tabs .b-main_tabs dt .mail_theme_subscr{
		float: right;
		margin-right: 160px;
		color: white;
		font-size: 12px;
		text-decoration: none;
		padding: 0;
		vertical-align: baseline;
		top:2px;
	}

.b-js_tabs dt {
	cursor:pointer;
}
.b-aside_tabs dt.selected, .b-main_tabs dt.selected {
	background:#f57920;
	z-index:3;
	cursor:auto;
}
.b-aside_tabs dd, .b-main_tabs dd {
	/*height:323px;*/
	float:right;
	width:100%;
	margin:21px 0 0 -100%;
	border-top:#f57920 3px solid;
	position:relative;
	z-index:2;
	overflow:hidden;
	background:#262626;
}
.b-1tab dd {
	border:0;
}
.b-js_tabs dd {
	display:none;
}
.b-aside_tabs dd.selected, .b-main_tabs dd.selected {
	display:block;
}
dt.b-tab1 {
	margin-left:0;
}
.b-aside_tab_content, .b-main_tabs_content {
	padding:11px 11px 6px;
}
.b-3tab_v2 .b-aside_tabs dt.b-tab1 {
	width:78px;
}
.b-3tab_v2 .b-aside_tabs dt.b-tab2 {
	width:72px;
}
.b-3tab_v2 .b-aside_tabs dt.b-tab3 {
	width:87px;
}
.b-3tab .b-aside_tabs dt.b-tab1 {
	width:62px;
}
.b-3tab .b-aside_tabs dt.b-tab2 {
	width:116px;
}
.b-3tab .b-aside_tabs dt.b-tab3 {
	width:59px;
}
.b-2tab .b-aside_tabs dt.b-tab1 {
	margin-left:0;
	width:118px;
}
.b-2tab .b-aside_tabs dt.b-tab2 {
	width:120px;
}
.b-1tab .b-aside_tabs dt.b-tab1 {
	margin-left:0;
	width:227px;
	text-align:left;
	padding-left:12px;
}
.b-tabs .b-bot {
	height:9px;
	position:relative;
	z-index:100;
	margin-top:-9px;
}
.b-black_block dd {
	background:#262626;
	color:#fff;
	padding-bottom:3px;
}
.b-blue_block dd {
	background:#f0fafe;
	color:#000;
}
.b-blue_block .b-main_tabs dd {
	background:#f0fafe url('images/bg/blue_block_bg.png') repeat-x;
}
.b-yellow_block dd {
	background:#fff;
	color:#000;
}
	.b-blue_block dd .b-tab_content {
		border:#cfe2ea 1px solid;
		border-width:0 1px;
	}
	.b-darkblue_block dd .b-tab_content {
		background:#0090bf;
		color:#fff;
	}
	.b-yellow_block dd .b-tab_content {
		border:#e3cfc0 1px solid;
		background:url('images/bg/yellow_bg.png') repeat-x;
		border-width:0 1px;
	}
		.b-black_block A {
			color:#fff;
		}
		.b-blue_block A {
			color:#0090bf;
		}
.b-blue_block .b-bot {
	height:5px;
	margin-top:-6px;
	background:#f0fafe;
	border-bottom:#cfe2ea 1px solid;
}
.b-yellow_block .b-bot {
	height:8px;
	border-bottom:#e3cfc0 1px solid;
}
	.b-black_block .b-bl, .b-black_block .b-br {
		background-position:0 -10px;
		width:7px;
		height:9px;
		clear:both;
	}
	.b-black_block .b-br {
		left:-7px;
		background-position:-7px -10px;
	}
	.b-blue_block .b-bl, .b-blue_block .b-br {
		background-position:0 -27px;
		width:6px;
		height:6px;
		clear:both;
	}
	.b-blue_block .b-br {
		left:-6px;
		background-position:-6px -27px;
	}
	.b-darkblue_block .b-bl, .b-darkblue_block .b-br {
		background-position:-36px -20px;
		width:7px;
		height:9px;
		clear:both;
	}
	.b-darkblue_block .b-br {
		left:-7px;
		background-position:-43px -20px;
	}
	.b-yellow_block .b-bl, .b-yellow_block .b-br {
		width:7px;
		height:9px;
		clear:both;
		background-position:-18px -21px;
	}
	.b-yellow_block .b-br {
		left:-7px;
		background-position:-25px -21px;
	}
.b-allyellow_block {
	background:#fffcd5;
	border:#e3cfc0 1px solid;
}
	.b-allyellow_block .b-top, .b-allyellow_block .b-bot {
		position:relative;
		z-index:1;
		height:9px;
	}
		.b-allyellow_block .b-tl, .b-allyellow_block .b-tr, .b-allyellow_block .b-bl, .b-allyellow_block .b-br {
			top:-1px;
			left:-1px;
			height:9px;
			width:9px;
			background-position:0 -33px;
		}
		.b-allyellow_block .b-tr, .b-allyellow_block .b-br {
			left:-8px;
		}
		.b-allyellow_block .b-tr {
			background-position:-9px -33px;
		}
		.b-allyellow_block .b-br {
			background-position:-9px -42px;
			top:1px;
		}
		.b-allyellow_block .b-bl {
			background-position:0 -42px;
			top:1px;
		}
.b-allyellow_block_content {
	padding:15px 10px;
}
.b-black_block .b-aside_tab_action {
	background:#262626;
	padding:0 43px 10px 0;
	text-align:right;
}
	.b-black_block .right_padding{
		padding-right:50px;
	}
	.b-aside_tab_action A {
		position:relative;
		z-index:1;
		padding-left:12px;
	}
	.b-aside_tab_action A I {
		position:absolute;
		top:50%;
		margin-top:-3px;
		left:0;
		width:7px;
		height:7px;
		background:url('images/bg/aside_arrows.png') no-repeat;
	}
	.b-aside_tab_action_collapse A I {
		background:url('images/bg/aside_arrows.png') no-repeat;
	}
	.b-aside_tab_action_expand A I {
		background:url('images/bg/aside_arrows.png') -7px 0 no-repeat;
	}
.b-tabs dt .b-tl, .b-tabs dt .b-tr {
	width:9px;
	height:7px;
	background-position:-18px -7px;
}
	.b-tabs dt.selected .b-tl, .b-tabs dt.selected .b-tr {
		background-position:0 0;
	}
	.b-tabs dt.selected .b-bot_arr {

	}
.b-tabs dt .b-tr {
	left:-9px;
	background-position:-27px -7px;
}
	.b-tl, .b-tabs dt.selected .b-tr {
		background-position:-9px 0;
	}

/*
 * =Footer
 */
.l-footer {
	width:1000px;
	padding:0;
	height:100px;
	margin:-100px auto 0;
	position:relative;
	z-index:2;
	overflow:hidden;
	text-align:left;
}
.h-bottom_menu {
	background:#262626;
	padding:0 27px;
}
	.b-bottom_menu LI {
		float:left;
		display:inline;
		margin-right:6px;
		color:#fff;
	}
	.b-bottom_menu LI A {
		color:#fff;
		float:left;
		padding:6px 8px;
	}
	.b-bottom_menu LI.active span {
		background:#F47824;
		color:#fff;
		float:left;
		padding:6px 8px;
	}
.b-footer {
	margin-top:23px;
	padding:0 25px;
	color:#000;
}
	.b-footer_left {
		float:left;
		width:121px;
		margin-right:42px;
		font-size:.75em;
		line-height:1.2;
	}
	.b-footer_left span {
		display:block;
		margin-top:5px;
	}
	.b-counters {
		float:right;
	}
		.b-counters A {
			margin-left:6px;
			float:left;
		}
	.b-copyrights {
		overflow:hidden;
		line-height:1.2;
		float: right;
		padding-right: 20px;
	}
		.b-copyrights A {
			color:#0090bf;
		}
.b-content TABLE {
	width:100%;
	margin-bottom:20px;
}
.b-content TABLE CAPTION {
	color:#000;
	font-size:1.67em;
	text-align:left;
	margin-bottom:9px;
}
.b-content TABLE THEAD {
	color:#fff;
	background:#f57920;
}
.b-content TABLE TH, .b-content TABLE TD {
	padding:15px 12px;
}
.b-content TABLE .b-even TD {
	background:#f0fafe;
}
.b-content TABLE TH {
	padding:4px 12px;
	font-size:1.17em;
	font-weight:normal;
}
.b-content TABLE .b-table_w90 {
	width:66px;
}
.b-content TABLE .b-table_w102 {
	width:78px;
}
.b-left_460 {
	float:left;
	display:inline;
	width:460px;
}
.b-right_190 {
	float:right;
	display:inline;
	width:190px;
}
/*
 * =Clearing
 */
.clear:after, .l-header:after, .l-main:after, .l-content:after, .l-footer:after,
.b-block:after, .l-topmenu:after, .b-block_info:after, .b-tab_content:after, .b-block_title:after, .b-form_line:after, .b-bottom_menu:after,
.b-pagenav:after
{
	content:".";
	clear:both;
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;

}

.simple_popup_div {
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    top: 256px;
    left: 50%;
    margin-left:178px;
    width: 212px;
    z-index:100;
}
.simple_close {
    text-align: right;
	position:absolute;
	top:5px;
	right:13px;
}
	.simple_close A {
		color:#006080;
		text-decoration:none;
	}


.b-ad_wrap {
	overflow:hidden;
}
.b-ad_wrap .b-ad {
	margin-right:-52px;
}
.b-ad_wrap .b-ad_item {
	float:left;
	display:inline;
	margin-right:50px;
	width:190px;
}
.b-ad .b-block_title {
	font-size:1.17em;
	margin-bottom:3px;
	line-height:1.1;
}
.b-ad .b-block_text {
	color:#000;
	line-height:1.2;
}


.b-sidebar-banner{
	text-align:center;
	margin-bottom:15px;
    z-index: 1;
    position: relative;
}
.b-sidebar-banner a{
	position:relative;
	z-index:1;
}
#left_adv, #right_adv{
	display: block;
	height: 100%;
	width: 15%;
	position: fixed;
	overflow: hidden;
}
#left_adv div{
	float: right
}
#right_adv div {
	float: left
}
#right_adv{
	right: 0
}

.ajax_loader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	width:109px;
	height:109px;
	text-align:center;
	font-size:1.13em;
	color:black;

	background:url(images/loader/bg.png) repeat scroll 0 0;

	z-index:1000;
}
.ajax_loader IMG{
	margin-top:13px;
}
.ajax_loader span{
	display:block;
	margin-top:3px;
}

.extended_loader{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-178px;
}

.b-rating div{
	float:left;
	display:inline;
}

div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(images/empty.gif);
	width:18px;
	height:17px;
	overflow:hidden;
}

div.star-voted, div.star-over
{
	background-image: url(images/voted.gif);
	width:18px;
	height:17px;
	overflow:hidden;
}

div.star-over{
	background-image: url(images/over.gif);
}
.b-rating div.b-star_static {
	background-image: url('images/star_voted.png');
	width:18px;
	height:17px;
	overflow:hidden;
}


div.b-main_theme{
	border-bottom:3px solid #F57920;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
}
div.b-main_theme h3{
	margin-bottom:8px;
}
div.b-main_theme span.b-video_date{
	padding-left:5px;
}
div.b-main_theme a{
	color:#f57920;
}
div.b-main_theme .preview_picture{
	width:270px;
	float:left;
	position:relative;
}
div.b-main_theme .description{
	width:385px;
	float:right;
}

div.b-main_theme .description p{
	margin: 0 0 5px 0;
}
div.b-main_theme .description .b-video_preview_text{
	padding:5px 0;
	line-height:1.3;
}
div.b-main_theme .b-rating{
	float:left;
}

.b-comments_count {
	display:inline;
	border:#999 1px solid;
	float:left;
	background:#fff;
	padding:1px 4px;
	color:#262626;
	font-size:.75em;
	line-height:1;
	text-decoration:none;
	margin:3px 5px 0 0;
	position:relative;
	z-index:1;
}
	.b-comments_count I {
		position:absolute;
		top:auto;
		left:2px;
		bottom:-4px;
		z-index:10;
		width:4px;
		height:4px;
		background:url('images/comment_arrow.gif') no-repeat;
		cursor:pointer;
		font-size:0;
	}

.l-main P {
    margin:.8em 0;
}

.center{
	text-align:center;
}

.b-views_count{
	display:inline;
	border:#999 1px solid;
	float:left;
	background:#fff url('images/eye.gif') no-repeat 3px 50%;
	padding:1px 4px;
	line-height:1;
	text-decoration:none;
	margin:3px 5px 0 0;
	position:relative;
	z-index:1;
	color:#0090bf;
	padding-left:14px;
	font-size:9px;
}
.margin_top_zero{
	margin-top:0px;
}


/* #new_video_carousel > */
.new_video_carousel .b-announce {
	height:auto;
}

.new_video_carousel .no_arrow {
	background:none;
}
.new_video_carousel .b-announce .b-announce_item {
	margin-right:37px;
	padding-bottom:4px;
	width:210px;
}
.new_video_carousel .b-announce .b-announce_item .b-comments_count {
	float: left;
	margin-right:5px;
}

.new_video_carousel .b-announce .b-announce_item A {
	margin-right:0;
}
.new_video_carousel .b-announce .b-block_left .b-views_count {
	color:#262626;
	display:inline;
	border:#999 1px solid;
	float:left;
	background:#fff url('images/eye.gif') no-repeat 3px 50%;
	padding:1px 4px;
	line-height:1;
	text-decoration:none;
	margin:6px 0 0 0;
	position:relative;
	z-index:1;
	padding-left:13px;
	font-size:9px;
}
.carousel_block {
	margin-bottom:17px;
}
/* #new_video_carousel < */


.rss_links{
	position:absolute;
	top:12px;
	right:250px;
	z-index:10;
	cursor: pointer;
}

.rss_links_in_title{
	position: relative;
	top: auto;
	right: auto;
	float:right;
	font-weight:normal;
	margin-top: 9px;
}

.rss_links_in_title SPAN {
	vertical-align:bottom;
}

#video_search .rss_links {
	top:147px;
}

#schedule .rss_links {
	right:263px;
	top:30px;
}

#theme .rss_links {
	top:2px;
	right:263px;
	color:white;
}

#news .rss_links {
	top:2px;
}

#personal .rss_links {
	top:2px;
}
	.rss_links A{
		margin-left:3px;
	}

/* tooltip styling */

.tooltip, .tooltip_big {
    display:none;
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
    text-align:center;
    zoom:1;
    font-weight:normal;
    z-index:5;
}

.rss_links_container, .share_links_container, .small_container {
	text-align: left;
	width: 230px;
	padding: 14px 14px 25px 14px;
	line-height: 18px;
}
.share_links_container, .small_container {
	padding-top:18px;
	width:209px;
}

.share_links_container .tooltip_bg, .small_container .tooltip_bg {
	background:transparent url(js/tips/black_arrow.png) no-repeat scroll;
	height:122px;
	width:209px;
}

	.tooltip_bg {
		background:transparent url(js/tips/black_arrow_bigg.png) no-repeat scroll;
		height:160px;
	    width:230px;
	    position: absolute;
	    top:0;
	    left:0;
	    z-index:1;
	}

.tooltip_big {
    height:176px;
    width:320px;
    text-align:left;
    z-index:110;
}
.tooltip_big .tooltip_bg {
	background:transparent url(js/tips/black_big.png) no-repeat scroll;
	height:186px;
    width:370px;
}

.tooltip_big P{
	margin:.5em 0;
	line-height:14px;
}

	.tooltip A{
		zoom:1;
		margin-left:3px;
		position:relative;
	}

/*
 *= Share button
 */
.share_button{
	position:absolute;
	top: 16px;
	right:400px;
	z-index:10;
	cursor: pointer;
}

.share_button_inline{
	position: relative;
	top: auto;
	right: auto;
	float:right;
	font-weight:normal;
	margin-right: 9px;
	margin-top: 13px;
}

#news .share_button{
	top:6px;
}
.share_button a{
	text-decoration: none;
}
/*
 *=Share popup
 */
.b-share_popup{
	position:absolute;
	top:30px;
	right:400px;
	z-index:10;
	width: 280px;
	background-color:#fff;
	color: grey;
	border:#050505 1px solid;
	padding:10px 13px;

}
#news .b-share_popup{
	top:20px;
}
.b-share_icon{
	display: block;
	padding: 2px;
	width: 130px;
}
.b-share_icon.left{
	float: left;
}
.b-share_icon.right{
	float: right;
}
.b-share_icon a{
	text-decoration: none;
}

/* b-popup replaced from util.popup.window> */
HTML BODY .b-popup {
        color:#333;
        width:300px;
        top:45%;
        left: 50%;
	margin-left:-200px;
	z-index:100;
}
        HTML BODY .b-popup .simple_close {
                z-index:12;
                top:9px;
                right:9px;
        }
        HTML BODY .b-popup .b-top, HTML BODY .b-popup .b-bot {
                display:block;
                position:relative;
                z-index:1;
                height:10px;
                border:#5c5c5c 4px solid;
                border-width:4px 0 0;
                background:#fffcd5;
                margin:0 14px;
        }
        HTML BODY .b-popup .b-bot {
                border-width:0 0 4px;
        }
        HTML BODY .b-popup .b-tl, HTML BODY .b-popup .b-tr, HTML BODY .b-popup .b-bl, HTML BODY .b-popup .b-br {
                position:absolute;
                width:14px;
                height:14px;
                top:-4px;
                left:0;
                z-index:10;
                font-size:0;
                left:-14px;
                overflow:hidden;
        }
        HTML BODY .b-popup .b-tl I, HTML BODY .b-popup .b-tr I, HTML BODY .b-popup .b-bl I, HTML BODY .b-popup .b-br I {
                display:block;
                background:url('/bitrix/components/softline/util.popup.window/templates/.default/images/popup_corners.png') no-repeat;
                width:28px;
                height:28px;
                position:relative;
                z-index:11;
        }
        HTML BODY .b-popup .b-bl, HTML BODY .b-popup .b-br {
                top:0;
        }
        HTML BODY .b-popup .b-tr, HTML BODY .b-popup .b-br {
                left:0;
        }
        HTML BODY .b-popup .b-tl I {
                margin:0;
        }
        HTML BODY .b-popup .b-tr I {
                margin-left:-14px;
        }
        HTML BODY .b-popup .b-bl I {
                margin-top:-14px;
        }
        HTML BODY .b-popup .b-br I {
                margin-top:-14px;
                margin-left:-14px;
        }
HTML BODY .b-popup .b-popup_content {
        display:block;
        position:relative;
        z-index:11;
        padding:5px 19px;
        font-size:1.17em;
        line-height:1;
        border:#5c5c5c 4px solid;
        border-width:0 4px;
        background:#fffcd5;
        text-align:left;
}
*HTML BODY .b-popup {
	position:absolute;
	top: expression(eval(document.documentElement.scrollTop) + (document.documentElement.clientHeight*0.45) - 218 + "px");
	margin-top:0;
}
*HTML BODY .b-popup .b-bot, *HTML BODY .b-popup .b-top {
	width:372px; /* (.b-popup width) - 2*paddings */
	width:expression(this.parentNode,clientWidth);
}
/* b-popup < */

/*Preview main*/

.l-content h2.h2gray
{
    color:#4B4B4B;
    font-size:18px;
    font-weight:normal;
    line-height:1.4;
    margin:0;
}
  .l-content h2.h2gray a
  {
    color:#4B4B4B;
    text-decoration:none;
    text-transform:uppercase;
  }
  .l-content .jcarousel-list .w208
  {
      width:208px;
  }
  .new_video_carousel .b-announce .b-block .b-views_count {

  background:#FFFFFF url(images/eye.gif) no-repeat scroll 3px 50%;
  border:1px solid #999999;
  color:#262626;
  display:inline;
  float:left;
  font-size:9px;
  line-height:1;
  margin:6px 0 0;
  padding:1px 4px 1px 13px;
  position:relative;
  text-decoration:none;
  z-index:1;
  }
  .b-announce_item .b-date
  {
    color:#FFF;
    float:right;
    margin:6px 0 0;
    padding-right: 5px;
  }
  .jcarousel-list .mt12_mr12
  {
      margin:12px 12px 0 0;

  }

  .upload_video_button
  {
      width:  235px;
      height: 30px;
      background:#FFFFFF url(images/sltv_upload_video_button.png) left top no-repeat;
      display: block;
      clear: right;
      position: relative;
      z-index: 1;
      text-align: center;
      color: #fff;
      font:1.4em/1 Arial, Helvetica, sans-serif;
      text-decoration: none;
      padding-top: 7px;
  }

.b-block_dscr {
	overflow:hidden;
	display:block;
	clear:both;
}

.b-video_title {
	overflow:hidden;
	display:block;
	padding-bottom: 10px;
}

/*end Preview main*/
/* social_nerwork > */
.social_nerwork {
	
}
	.social_nerwork_item {
		display:inline;
		vertical-align:top;
		font-size:0;
		margin:0 3px 0 0;
		text-decoration: none;
	}
	.social_nerwork .livejournal button {
		display:inline;
		border:0;
		width:26px;
		height:26px;
		padding:0;
		cursor:pointer;
	}
		.social_nerwork_item IMG {
			vertical-align:top;
			margin:0;
			padding:0;
		}
/* social_nerwork < */

